projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7366859
)
* lisp/url/url-http.el (url-http): Fix docstring typo.
author
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Fri, 19 Feb 2021 22:32:59 +0000
(17:32 -0500)
committer
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Fri, 19 Feb 2021 22:32:59 +0000
(17:32 -0500)
lisp/url/url-http.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-http.el
b/lisp/url/url-http.el
index 8cebd4e79f6a0cdc5a789d381f20db70ce26a9e1..e3c178630ae8ba96efae09e02b8f22c075a2fad9 100644
(file)
--- a/
lisp/url/url-http.el
+++ b/
lisp/url/url-http.el
@@
-1292,7
+1292,7
@@
passing it an updated value of CBARGS as arguments. The first
element in CBARGS should be a plist describing what has happened
so far during the request, as described in the docstring of
`url-retrieve' (if in doubt, specify nil). The current buffer
-
t
hen CALLBACK is executed is the retrieval buffer.
+
w
hen CALLBACK is executed is the retrieval buffer.
Optional arg RETRY-BUFFER, if non-nil, specifies the buffer of a
previous `url-http' call, which is being re-attempted.